home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / cl-nd-cl.lha / clue / clio / examples / exports.lisp < prev    next >
Text File  |  1992-05-26  |  145b  |  10 lines

  1. (in-package "CLIO-OPEN")
  2.  
  3. (export '(
  4.       command-frame
  5.       command-frame-content
  6.       command-frame-controls
  7.       make-command-frame
  8.       )
  9.     'clio-open)
  10.